home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1997 July / PC Pro July 1997.iso / essentia.ls / INTERNET / 32bit / Webpro / DATA.Z / WebEdit.exe / 0 / RCDATA / TFRMOBJECT / TFRMOBJECT.txt
Encoding:
Text File  |  1996-08-21  |  10.0 KB  |  454 lines

  1. object frmObject: TfrmObject
  2.   Left = 243
  3.   Top = 304
  4.   HelpContext = 176
  5.   BorderStyle = bsDialog
  6.   Caption = 'Object'
  7.   ClientHeight = 226
  8.   ClientWidth = 465
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlInsert: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 456
  23.     Height = 187
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblAlignment: TLabel
  28.     Left = 264
  29.     Top = 103
  30.     Width = 46
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'Ali&gnment'
  34.     FocusControl = cmbAlign
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object lblWidth: TLabel
  42.     Left = 12
  43.     Top = 132
  44.     Width = 28
  45.     Height = 13
  46.     Caption = '&Width'
  47.     FocusControl = txtWidth
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object lblHeight: TLabel
  55.     Left = 158
  56.     Top = 132
  57.     Width = 31
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = '&Height'
  61.     FocusControl = txtHeight
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object lblBorder: TLabel
  69.     Left = 271
  70.     Top = 134
  71.     Width = 39
  72.     Height = 11
  73.     Alignment = taRightJustify
  74.     Caption = '&Border'
  75.     FocusControl = txtBorder
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     WordWrap = True
  82.   end
  83.   object lblHSpace: TLabel
  84.     Left = 12
  85.     Top = 160
  86.     Width = 39
  87.     Height = 13
  88.     Caption = 'HSpace'
  89.     FocusControl = txtHSpace
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.   end
  96.   object lblVSpace: TLabel
  97.     Left = 151
  98.     Top = 160
  99.     Width = 38
  100.     Height = 13
  101.     Alignment = taRightJustify
  102.     Caption = '&VSpace'
  103.     FocusControl = txtVSpace
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.   end
  110.   object lblDir: TLabel
  111.     Left = 176
  112.     Top = 103
  113.     Width = 13
  114.     Height = 13
  115.     Alignment = taRightJustify
  116.     Caption = 'D&ir'
  117.     FocusControl = cmbDir
  118.   end
  119.   object lblStyle: TLabel
  120.     Left = 208
  121.     Top = 74
  122.     Width = 23
  123.     Height = 13
  124.     Alignment = taRightJustify
  125.     Caption = '&Style'
  126.     FocusControl = txtStyle
  127.   end
  128.   object lblClassID: TLabel
  129.     Left = 12
  130.     Top = 103
  131.     Width = 39
  132.     Height = 13
  133.     Caption = 'C&lass ID'
  134.     FocusControl = txtClassID
  135.   end
  136.   object lblCode: TLabel
  137.     Left = 12
  138.     Top = 18
  139.     Width = 25
  140.     Height = 13
  141.     Caption = '&Code'
  142.     FocusControl = cmbCode
  143.   end
  144.   object lblData: TLabel
  145.     Left = 12
  146.     Top = 46
  147.     Width = 23
  148.     Height = 13
  149.     Caption = '&Data'
  150.     FocusControl = cmbData
  151.   end
  152.   object lblType: TLabel
  153.     Left = 12
  154.     Top = 74
  155.     Width = 24
  156.     Height = 13
  157.     Caption = '&Type'
  158.     FocusControl = txtType
  159.   end
  160.   object cmbAlign: TComboBox
  161.     Left = 314
  162.     Top = 101
  163.     Width = 54
  164.     Height = 21
  165.     Hint = 'Alignment of insert object'
  166.     Style = csDropDownList
  167.     Font.Color = clBlack
  168.     Font.Height = -11
  169.     Font.Name = 'MS Sans Serif'
  170.     Font.Style = []
  171.     ItemHeight = 13
  172.     Items.Strings = (
  173.       'default'
  174.       'texttop'
  175.       'middle'
  176.       'textmiddle'
  177.       'baseline'
  178.       'textbottom'
  179.       'eft'
  180.       'center'
  181.       'right'
  182.       '')
  183.     ParentFont = False
  184.     ParentShowHint = False
  185.     ShowHint = True
  186.     TabOrder = 8
  187.   end
  188.   object txtHeight: TMaskEdit
  189.     Left = 193
  190.     Top = 130
  191.     Width = 54
  192.     Height = 21
  193.     Hint = 'Height in units'
  194.     Font.Color = clBlack
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     MaxLength = 0
  199.     ParentFont = False
  200.     ParentShowHint = False
  201.     ShowHint = True
  202.     TabOrder = 10
  203.     OnKeyPress = NumericKeyPress
  204.   end
  205.   object txtBorder: TMaskEdit
  206.     Left = 314
  207.     Top = 130
  208.     Width = 54
  209.     Height = 21
  210.     Hint = 'Border thickness in units'
  211.     Font.Color = clBlack
  212.     Font.Height = -11
  213.     Font.Name = 'MS Sans Serif'
  214.     Font.Style = []
  215.     MaxLength = 0
  216.     ParentFont = False
  217.     ParentShowHint = False
  218.     ShowHint = True
  219.     TabOrder = 11
  220.     OnKeyPress = NumericKeyPress
  221.   end
  222.   object txtHSpace: TMaskEdit
  223.     Left = 72
  224.     Top = 158
  225.     Width = 54
  226.     Height = 21
  227.     Hint = 'Extra horizontal space'
  228.     Font.Color = clBlack
  229.     Font.Height = -11
  230.     Font.Name = 'MS Sans Serif'
  231.     Font.Style = []
  232.     MaxLength = 0
  233.     ParentFont = False
  234.     ParentShowHint = False
  235.     ShowHint = True
  236.     TabOrder = 12
  237.     OnKeyPress = NumericKeyPress
  238.   end
  239.   object txtVSpace: TMaskEdit
  240.     Left = 193
  241.     Top = 158
  242.     Width = 54
  243.     Height = 21
  244.     Hint = 'Extra vertical space'
  245.     Font.Color = clBlack
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     MaxLength = 0
  250.     ParentFont = False
  251.     ParentShowHint = False
  252.     ShowHint = True
  253.     TabOrder = 13
  254.     OnKeyPress = NumericKeyPress
  255.   end
  256.   object txtWidth: TMaskEdit
  257.     Left = 72
  258.     Top = 130
  259.     Width = 54
  260.     Height = 21
  261.     Hint = 'Width in units'
  262.     Font.Color = clBlack
  263.     Font.Height = -11
  264.     Font.Name = 'MS Sans Serif'
  265.     Font.Style = []
  266.     MaxLength = 0
  267.     ParentFont = False
  268.     ParentShowHint = False
  269.     ShowHint = True
  270.     TabOrder = 9
  271.     OnKeyPress = NumericKeyPress
  272.   end
  273.   object cmbDir: TComboBox
  274.     Left = 193
  275.     Top = 101
  276.     Width = 54
  277.     Height = 21
  278.     Hint = 
  279.       'The direction characters are read in the chosen language (LANG a' +
  280.       'ttribute)'
  281.     ItemHeight = 13
  282.     Items.Strings = (
  283.       'LTR'
  284.       'RTL')
  285.     ParentShowHint = False
  286.     ShowHint = True
  287.     TabOrder = 7
  288.   end
  289.   object txtClassID: TEdit
  290.     Left = 72
  291.     Top = 101
  292.     Width = 54
  293.     Height = 21
  294.     Hint = 'The class identifier of the object'
  295.     ParentShowHint = False
  296.     ShowHint = True
  297.     TabOrder = 6
  298.   end
  299.   object cmbCode: TComboBox
  300.     Left = 72
  301.     Top = 16
  302.     Width = 295
  303.     Height = 21
  304.     Hint = 
  305.       'A URL referencing where to find the code which implements the ob' +
  306.       'ject'#39's behaviour'
  307.     Font.Color = clBlack
  308.     Font.Height = -11
  309.     Font.Name = 'MS Sans Serif'
  310.     Font.Style = []
  311.     ItemHeight = 13
  312.     ParentFont = False
  313.     ParentShowHint = False
  314.     ShowHint = True
  315.     Sorted = True
  316.     TabOrder = 0
  317.   end
  318.   object cmbData: TComboBox
  319.     Left = 72
  320.     Top = 44
  321.     Width = 295
  322.     Height = 21
  323.     Hint = 'A URL referencing the object'#39's data'
  324.     Font.Color = clBlack
  325.     Font.Height = -11
  326.     Font.Name = 'MS Sans Serif'
  327.     Font.Style = []
  328.     ItemHeight = 13
  329.     ParentFont = False
  330.     ParentShowHint = False
  331.     ShowHint = True
  332.     Sorted = True
  333.     TabOrder = 2
  334.   end
  335.   object bbtnDataURL: TBitBtn
  336.     Left = 373
  337.     Top = 40
  338.     Width = 77
  339.     Height = 27
  340.     Hint = 'Open the URL Builder'
  341.     Caption = 'URL'
  342.     ParentShowHint = False
  343.     ShowHint = True
  344.     TabOrder = 3
  345.     OnClick = bbtnDataURLClick
  346.     Glyph.Data = {
  347.       42010000424D4201000000000000760000002800000012000000110000000100
  348.       040000000000CC00000000000000000000000000000000000000000000000000
  349.       80000080000000808000800000008000800080800000C0C0C000808080000000
  350.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  351.       7777070000007777777777777770000000000000000000007700070000000FFF
  352.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  353.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  354.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  355.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  356.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  357.       777777000000}
  358.   end
  359.   object bbtnCodeURL: TBitBtn
  360.     Left = 373
  361.     Top = 12
  362.     Width = 77
  363.     Height = 27
  364.     Hint = 'Open the URL Builder'
  365.     Caption = 'URL'
  366.     ParentShowHint = False
  367.     ShowHint = True
  368.     TabOrder = 1
  369.     OnClick = bbtnCodeURLClick
  370.     Glyph.Data = {
  371.       42010000424D4201000000000000760000002800000012000000110000000100
  372.       040000000000CC00000000000000000000000000000000000000000000000000
  373.       80000080000000808000800000008000800080800000C0C0C000808080000000
  374.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  375.       7777070000007777777777777770000000000000000000007700070000000FFF
  376.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  377.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  378.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  379.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  380.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  381.       777777000000}
  382.   end
  383.   object txtType: TEdit
  384.     Left = 72
  385.     Top = 72
  386.     Width = 121
  387.     Height = 21
  388.     Hint = 'The Internet Media Type of the object'#39's data'
  389.     ParentShowHint = False
  390.     ShowHint = True
  391.     TabOrder = 4
  392.   end
  393.   object txtStyle: TEdit
  394.     Left = 240
  395.     Top = 72
  396.     Width = 127
  397.     Height = 21
  398.     Hint = 'Rendering information'
  399.     ParentShowHint = False
  400.     ShowHint = True
  401.     TabOrder = 5
  402.   end
  403.   object Ok: TBitBtn
  404.     Left = 214
  405.     Top = 197
  406.     Width = 77
  407.     Height = 25
  408.     Hint = 'Insert standard <IMG> tag'
  409.     Caption = 'Ok'
  410.     Default = True
  411.     ModalResult = 1
  412.     TabOrder = 14
  413.     NumGlyphs = 2
  414.     Spacing = -1
  415.     IsControl = True
  416.   end
  417.   object Cancel: TBitBtn
  418.     Left = 298
  419.     Top = 197
  420.     Width = 77
  421.     Height = 25
  422.     Cancel = True
  423.     Caption = 'Cancel'
  424.     ModalResult = 2
  425.     TabOrder = 15
  426.     NumGlyphs = 2
  427.     Spacing = -1
  428.     IsControl = True
  429.   end
  430.   object Help: TBitBtn
  431.     Left = 382
  432.     Top = 197
  433.     Width = 77
  434.     Height = 25
  435.     Caption = 'Help'
  436.     TabOrder = 16
  437.     OnClick = HelpClick
  438.     NumGlyphs = 2
  439.     Spacing = -1
  440.     IsControl = True
  441.   end
  442.   object chkDeclare: TCheckBox
  443.     Left = 312
  444.     Top = 160
  445.     Width = 97
  446.     Height = 17
  447.     Hint = 'Specifies an object without inserting it into the document'
  448.     Caption = 'Decla&re'
  449.     ParentShowHint = False
  450.     ShowHint = True
  451.     TabOrder = 17
  452.   end
  453. end
  454.